inject_press (C);
g_assert_cmpstr (str->str, ==,
- "capture a1, capture b1, capture c1, target c2, bubble c3, bubble b3, bubble a3");
+ "capture a1, "
+ "capture b1, "
+ "capture c1, "
+ "target c2, "
+ "bubble c3, "
+ "bubble b3, "
+ "bubble a3");
g_string_free (str, TRUE);
inject_press (C);
g_assert_cmpstr (str->str, ==,
- "capture a1, capture b1, capture c1, target c2, legacy C, bubble c3, legacy B, bubble b3, legacy A, bubble a3");
+ "capture a1, "
+ "capture b1, "
+ "capture c1, "
+ "target c2, "
+ "legacy C, "
+ "bubble c3, "
+ "legacy B, "
+ "bubble b3, "
+ "legacy A, "
+ "bubble a3");
g_string_free (str, TRUE);
inject_press (C);
g_assert_cmpstr (str->str, ==,
- "capture a1, capture b1, capture c1, target c2, legacy C, bubble c3, legacy B");
+ "capture a1, "
+ "capture b1, "
+ "capture c1, "
+ "target c2, "
+ "legacy C, "
+ "bubble c3, "
+ "legacy B");
g_string_free (str, TRUE);
inject_press (C);
g_assert_cmpstr (str->str, ==,
- "capture a1, capture b1, capture c1, b1 state denied, a1 state denied, c1 state claimed");
+ "capture a1, "
+ "capture b1, "
+ "capture c1, "
+ "b1 state denied, "
+ "a1 state denied, "
+ "c1 state claimed");
g_string_free (str, TRUE);
inject_press (C);
g_assert_cmpstr (str->str, ==,
- "capture a1, capture b1, capture c1, target c3, b1 state denied, a1 state denied, c3 state claimed, target c2");
+ "capture a1, "
+ "capture b1, "
+ "capture c1, "
+ "target c3, "
+ "b1 state denied, "
+ "a1 state denied, "
+ "c3 state claimed, "
+ "target c2");
+ /* FIXME: why no "c2 state claimed" ? */
g_string_free (str, TRUE);